home *** CD-ROM | disk | FTP | other *** search
- wallpaper pcf.pcx
-
- MenuXpos 13
- MenuYpos 7
- MenuWidth 36
- MenuHeight 15
- MenuColour Blue
- MenuPointerColour red
- MenuBorderColour white
-
- InfoXpos 14
- InfoYpos 23
- InfoWidth 36
- InfoHeight 7
- InfoColour Blue
-
- ButtonColour LIGHTGRAY
- ButtonBorderColour DARKGRAY
- ButtonTopHighLightColour WHITE
- ButtonBottomHighLightColour DARKGRAY
- ButtonTextColour BLACK
- ButtonHighLightColour RED
- ButtonNotAvailableColour DARKGRAY
-
- ; Define the Home button
-
- ButtonText @
- ButtonHotKey Home
- ButtonAction Home
- ButtonXpos 53
- ButtonYpos 22
- ButtonWidth 4
-
- ; Define the End button
-
- ButtonText @
- ButtonHotKey End
- ButtonAction End
- ButtonXpos 59
- ButtonYpos 22
- ButtonWidth 4
-
- ; Define the Scroll Up button
-
- ButtonText @
- ButtonHotKey UP
- ButtonAction ScrollUp
- ButtonXpos 67
- ButtonYpos 22
- ButtonWidth 3
-
- ; Define the Scroll Down button
-
- ButtonText @
- ButtonHotKey DOWN
- ButtonAction ScrollDn
- ButtonXpos 72
- ButtonYpos 22
- ButtonWidth 3
-
- ; Define the Execute button
-
- ButtonText @xecutar/Instalar
- ButtonHotKey E
- ButtonAction execute
- ButtonXpos 51
- ButtonYpos 26
- ButtonWidth 17
-
- ; Define the PkUnzip button
-
- ButtonText @nzip
- ButtonHotKey U
- ButtonAction pkunzip
- ButtonXpos 51
- ButtonYpos 28
- ButtonWidth 17
-
- ; Define the Drive Select button
-
- ButtonText @isco
- ButtonHotKey D
- ButtonAction drive
- ButtonXpos 69
- ButtonYpos 26
- ButtonWidth 8
-
- ; Define the Exit button
-
- ButtonText @ Sair
- ButtonHotKey Esc
- ButtonAction Exit
- ButtonXpos 69
- ButtonYpos 28
- ButtonWidth 8
-
- ;
- ; End of Menu Configuration File
- ;
-